[syslinux:master] rosh: In main, use string macro directly

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Sun Nov 14 12:54:50 PST 2010


Commit-ID:  e5113373998003f6858abe5074a8c2c57f8a5dad
Gitweb:     http://syslinux.zytor.com/commit/e5113373998003f6858abe5074a8c2c57f8a5dad
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Sun, 3 Oct 2010 07:00:25 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sat, 9 Oct 2010 07:33:08 -0400

rosh: In main, use string macro directly



---
 com32/rosh/rosh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/rosh/rosh.c b/com32/rosh/rosh.c
index 7f08673..e8c29fa 100644
--- a/com32/rosh/rosh.c
+++ b/com32/rosh/rosh.c
@@ -1344,6 +1344,6 @@ int main(int argc, char *argv[])
 	print_beta();
     }
     rv = rosh_prompt(argc, argv);
-    printf("--Exiting '%s'\n", APP_NAME);
+    printf("--Exiting '" APP_NAME "'\n");
     return rv;
 }



More information about the Syslinux-commits mailing list