Index: head/editors/poedit/files/patch-src::manager.cpp =================================================================== --- head/editors/poedit/files/patch-src::manager.cpp (nonexistent) +++ head/editors/poedit/files/patch-src::manager.cpp (revision 50703) @@ -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); Property changes on: head/editors/poedit/files/patch-src::manager.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property