gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11977: correctly use the _() macro


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11977: correctly use the _() macro
Date: Thu, 25 Feb 2010 23:28:19 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 11977
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2010-02-25 23:28:19 -0700
message:
  correctly use the _() macro
modified:
  utilities/dumpshm.cpp
=== modified file 'utilities/dumpshm.cpp'
--- a/utilities/dumpshm.cpp     2010-01-20 17:12:19 +0000
+++ b/utilities/dumpshm.cpp     2010-02-26 06:28:19 +0000
@@ -316,12 +316,12 @@
         }
 #ifdef IPC_PERM_KEY
         if (shmseg.shm_segsz == 64528) {
-            log_debug(_("Found it! \"set LCShmKey %s\" in your ~/.gnashrc",
+            log_debug(_("Found it! \"set LCShmKey %s\" in your ~/.gnashrc"),
                         boost::io::group(hex, showbase,
-                            shmseg.shm_perm.IPC_PERM_KEY)));
-            log_debug(_("Last changed on: %s", ctime(&shmseg.shm_ctime)));
-            log_debug(_("Last attached on: %s", ctime(&shmseg.shm_atime)));
-            log_debug(_("Last detached on: %s", ctime(&shmseg.shm_dtime)));
+                            shmseg.shm_perm.IPC_PERM_KEY));
+            log_debug(_("Last changed on: %s"), ctime(&shmseg.shm_ctime))));
+            log_debug(_("Last attached on: %s"), ctime(&shmseg.shm_atime))));
+            log_debug(_("Last detached on: %s"), ctime(&shmseg.shm_dtime))));
             return shmseg.shm_perm.IPC_PERM_KEY;
         }
 #endif    // end of IPC_PERM_KEY


reply via email to

[Prev in Thread] Current Thread [Next in Thread]