HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/games/numptyphysics/files/patch-Game.cpp
--- Game.cpp.orig	2008-11-11 16:54:38 UTC
+++ Game.cpp
@@ -1495,7 +1495,7 @@ void init( bool useDummyVideo=false )
     throw "Couldn't initialize SDL";
   }
   
-  if ( mkdir( (string(getenv("HOME"))+"/"USER_BASE_PATH).c_str(),
+  if ( mkdir( (string(getenv("HOME"))+"/" USER_BASE_PATH).c_str(),
 	      0755)==0 ) {
     printf("created user dir\n");
   } else if ( errno==EEXIST ){