freebsd-ports/graphics/gimmage/files/patch-src__FileManager.cpp
2007-07-20 19:50:42 +00:00

10 lines
280 B
C++

--- ./src/FileManager.cpp.orig 2007-07-20 23:42:55.000000000 +0400
+++ ./src/FileManager.cpp 2007-07-20 23:43:03.000000000 +0400
@@ -23,6 +23,7 @@
#include "FileManager.h"
#include "defines.h"
+#define get_current_dir_name() getcwd(NULL, PATH_MAX)
#include "../config.h"