--- encfs-1.3.2/encfs/encfsctl.cpp      2007-02-14 13:36:56.000000000 -0800
+++ encfs-1.3.2/encfs/encfsctl.cpp      2007-05-26 18:16:48.000000000 -0700
@@ -539,9 +539,7 @@

     int filesFound = showcruft( rootInfo, "/" );

-    cerr << autosprintf(
-           ngettext("Found %i invalid file.", "Found %i invalid files.",
-               filesFound), filesFound) << "\n";
+    cerr << autosprintf("Found %i invalid file.", filesFound) <<
"\n";

     return EXIT_SUCCESS;
 }

Or link with libintl, part of the gettext package ( 
http://www.gnu.org/software/gettext/
)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to