]> git.pld-linux.org Git - packages/dx.git/blame - dx-conversion.patch
- fixed more C++ issues (added narrowing,conversion patches)
[packages/dx.git] / dx-conversion.patch
CommitLineData
eaee3e08
JB
1--- dx-4.4.4/src/uipp/dxuilib/EditorWindow.C.orig 2018-05-16 05:56:15.975434667 +0200
2+++ dx-4.4.4/src/uipp/dxuilib/EditorWindow.C 2018-05-16 05:56:19.555623422 +0200
3@@ -5997,7 +5997,7 @@
4 //
5 const char *tmpdir = theDXApplication->getTmpDirectory();
6 int tmpdirlen = STRLEN(tmpdir);
7- if (!tmpdirlen) return FALSE;
8+ if (!tmpdirlen) return NUL(char*);
9 if (tmpdir[tmpdirlen-1] == '/') {
10 sprintf(netfilename, "%sdx%d.net", tmpdir, getpid());
11 sprintf(cfgfilename, "%sdx%d.cfg", tmpdir, getpid());
This page took 0.0727 seconds and 4 git commands to generate.