Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 638610
Collapse All | Expand All

(-)a/src/uipp/dxuilib/EditorWindow.C (-1 / +1 lines)
Lines 5997-6003 char msg[128]; Link Here
5997
    //
5997
    //
5998
    const char *tmpdir = theDXApplication->getTmpDirectory();
5998
    const char *tmpdir = theDXApplication->getTmpDirectory();
5999
    int tmpdirlen = STRLEN(tmpdir);
5999
    int tmpdirlen = STRLEN(tmpdir);
6000
    if (!tmpdirlen) return FALSE;
6000
    if (!tmpdirlen) return (char*)FALSE;
6001
    if (tmpdir[tmpdirlen-1] == '/') {
6001
    if (tmpdir[tmpdirlen-1] == '/') {
6002
	sprintf(netfilename, "%sdx%d.net", tmpdir, getpid());
6002
	sprintf(netfilename, "%sdx%d.net", tmpdir, getpid());
6003
	sprintf(cfgfilename, "%sdx%d.cfg", tmpdir, getpid());
6003
	sprintf(cfgfilename, "%sdx%d.cfg", tmpdir, getpid());

Return to bug 638610