summaryrefslogtreecommitdiff
path: root/lout/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lout/misc.cc')
-rw-r--r--lout/misc.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/lout/misc.cc b/lout/misc.cc
index bffc68f7..c6e057fa 100644
--- a/lout/misc.cc
+++ b/lout/misc.cc
@@ -32,10 +32,10 @@ namespace misc {
const char *prgName = PRGNAME;
-void init (int argc, char *argv[])
-{
- prgName = strdup (argv[0]);
-}
+//void init (int argc, char *argv[])
+//{
+// prgName = dStrdup (argv[0]);
+//}
// ------------------