opnsense-ports/games/pingus/files/patch-src__pingus__pingus_main.cpp
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

11 lines
433 B
C++

--- src/pingus/pingus_main.cpp.orig 2011-12-25 01:46:47.000000000 +0400
+++ src/pingus/pingus_main.cpp 2014-10-17 23:57:58.000000000 +0400
@@ -465,7 +465,7 @@
void
PingusMain::print_greeting_message()
{
- std::string greeting = "Welcome to Pingus "VERSION;
+ std::string greeting = "Welcome to Pingus " VERSION;
greeting += "!";
std::cout << greeting << std::endl;
for (unsigned int i = 0; i < greeting.length(); ++i)