summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cc b/main.cc
index 36ed7e7..f533b74 100644
--- a/main.cc
+++ b/main.cc
@@ -281,7 +281,8 @@ int main(int argc, char *argv[])
*/
ArgsList arguments;
- arguments.push_back(PACKAGE); // push argv[0] (our program name)
+ // FIXME: removed. Seems odd and gives a warning (Tzafrir).
+ //arguments.push_back(PACKAGE); // push argv[0] (our program name)
// Read arguments from the RC file.
// first, read the RC file pointed to by $PACKAGE_RC.