summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/poedit/files/patch-src::manager.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/poedit/files/patch-src::manager.cpp b/editors/poedit/files/patch-src::manager.cpp
new file mode 100644
index 000000000000..0a7c6d8f1f4e
--- /dev/null
+++ b/editors/poedit/files/patch-src::manager.cpp
@@ -0,0 +1,11 @@
+--- src/manager.cpp.orig Thu Nov 29 04:30:28 2001
++++ src/manager.cpp Thu Nov 29 04:30:40 2001
+@@ -171,7 +171,7 @@
+ cat.GetStatistics(&all, &fuzzy, &untranslated);
+ modtime = wxFileModificationTime(file);
+ lastmodified = cat.Header().RevisionDate;
+- cfg->Write(key + _T("timestamp"), modtime);
++ cfg->Write(key + _T("timestamp"), (long)modtime);
+ cfg->Write(key + _T("all"), (long)all);
+ cfg->Write(key + _T("fuzzy"), (long)fuzzy);
+ cfg->Write(key + _T("untranslated"), (long)untranslated);