aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/purkle/purkle.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-20 23:34:25 +1000
committerDavid Walter Seikel2014-05-20 23:34:25 +1000
commit909fd6e2c4369020707782e20656069fbb3030d1 (patch)
tree15590f94950be42916fff1b3ba00124bce157751 /src/purkle/purkle.c
parentThe results of a session with valgrind. (diff)
downloadSledjHamr-909fd6e2c4369020707782e20656069fbb3030d1.zip
SledjHamr-909fd6e2c4369020707782e20656069fbb3030d1.tar.gz
SledjHamr-909fd6e2c4369020707782e20656069fbb3030d1.tar.bz2
SledjHamr-909fd6e2c4369020707782e20656069fbb3030d1.tar.xz
Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.
Diffstat (limited to '')
-rw-r--r--src/purkle/purkle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/purkle/purkle.c b/src/purkle/purkle.c
index 444a77a..ec8997b 100644
--- a/src/purkle/purkle.c
+++ b/src/purkle/purkle.c
@@ -61,7 +61,7 @@ static int say(lua_State *L)
61 if (server) 61 if (server)
62 sendForth(server, id, buf); 62 sendForth(server, id, buf);
63 else 63 else
64 printf("PURKLE NOT SAY, no where to send %s", buf); 64 PW("PURKLE NOT SAY, no where to send %s", buf);
65 } 65 }
66 return 0; 66 return 0;
67} 67}