]> git.pld-linux.org Git - packages/dx.git/blob - dx-conversion.patch
- rpm version for noarch subpackages
[packages/dx.git] / dx-conversion.patch
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.137743 seconds and 3 git commands to generate.