antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/src/wmarmon wmarmon.c


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/src/wmarmon wmarmon.c
Date: Fri, 01 Jul 2005 20:56:58 -0400

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 05/07/02 00:56:58

Modified files:
        src/wmarmon    : wmarmon.c 

Log message:
        Changed usrs to users.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/src/wmarmon/wmarmon.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: antiright/src/wmarmon/wmarmon.c
diff -u antiright/src/wmarmon/wmarmon.c:1.1 antiright/src/wmarmon/wmarmon.c:1.2
--- antiright/src/wmarmon/wmarmon.c:1.1 Fri Jul  1 23:25:30 2005
+++ antiright/src/wmarmon/wmarmon.c     Sat Jul  2 00:56:58 2005
@@ -117,7 +117,7 @@
   asprintf(&string, "%sM fr/sw", swap);
   XDrawString(display, iconwin, gc, 6, 24, string, strlen(string));
   free(string);
-  asprintf(&string, "%s usrs", users);
+  asprintf(&string, "%s users", users);
   XDrawString(display, iconwin, gc, 6, 32, string, strlen(string));
   free(string);
   asprintf(&string, "%d%% 1m", (int)(load[0]*100));




reply via email to

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