]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Update glinebuf message.
authorGunnar Beutner <redacted>
Fri, 19 Jul 2013 04:15:00 +0000 (06:15 +0200)
committerGunnar Beutner <redacted>
Fri, 19 Jul 2013 04:15:00 +0000 (06:15 +0200)
--HG--
branch : shroudtrusts

glines/glines_buf.c

index 7e0cdcc7c660cd6f3d4ab8de0acda4a8898b3675..aa1e1e85eff4b0e7dc7071cb902527232e04844c 100644 (file)
@@ -493,7 +493,7 @@ int glinebufwritelog(glinebuf *gbuf, int propagating) {
     if (gbuf->comment)
       glinebufcommentf(gbl, "%s", gbuf->comment->content);
     else if (!propagating)
-      glinebufcommentf(gbl, "Remote G-Lines set by %s", gbuf->glines->creator->content);
+      glinebufcommentf(gbl, "G-Lines set by %s", gbuf->glines->creator->content);
 
     gbl->commit = gbuf->commit;
   }
@@ -524,7 +524,7 @@ int glinebufwritelog(glinebuf *gbuf, int propagating) {
   if (glinebuflog[glinebuflogoffset])
     glinebufabort(glinebuflog[glinebuflogoffset]);
 
-  glinebuflog[glinebuflogoffset]= gbl;
+  glinebuflog[glinebuflogoffset] = gbl;
 
   return gbl->id;
 }