opnsense-ports/editors/zoinks/files/patch-fw-TTopLevelWindow.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
415 B
C++

--- ./fw/TTopLevelWindow.cpp.orig 2007-11-03 00:02:58.000000000 +0100
+++ ./fw/TTopLevelWindow.cpp 2007-11-03 00:03:17.000000000 +0100
@@ -91,8 +91,8 @@
}
XClassHint* classHints = XAllocClassHint();
- classHints->res_name = "Zoinks";
- classHints->res_class = "ZOINKS";
+ classHints->res_name = (char *)"Zoinks";
+ classHints->res_class = (char *)"ZOINKS";
int argc = 0;
char** argv = NULL;