aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/spm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spm.c b/src/spm.c
index f398f0e..909cca9 100644
--- a/src/spm.c
+++ b/src/spm.c
@@ -29,7 +29,7 @@ void usage(const char *program_name) {
}
int main(int argc, char *argv[], char *arge[]) {
- char *program_name = strdup(basename(argv[0]));
+ char *program_name = strdup(argv[0]);
// not much to see here yet
// at the moment this will all be random tests, for better or worse