summaryrefslogtreecommitdiff
path: root/utils/isohybrid.h
diff options
context:
space:
mode:
authorP J P <pj.pandit@yahoo.co.in>2011-06-28 16:31:38 -0700
committerH. Peter Anvin <hpa@zytor.com>2011-06-28 16:31:38 -0700
commit79363f76918fb783ca67a5a7146569db82c81818 (patch)
tree6d020687eea8907bba8b9ab07e46e381fe082f62 /utils/isohybrid.h
parent29d47a88503589f747389af9bfb3bfe580648106 (diff)
downloadsyslinux-79363f76918fb783ca67a5a7146569db82c81818.tar.gz
isohybrid: unbreak hex/octal arguments in C versionsyslinux-4.05-pre3
Allow hex/octal arguments in the C version of isohybrid, since they were accepted by the Perl version.
Diffstat (limited to 'utils/isohybrid.h')
-rw-r--r--utils/isohybrid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/isohybrid.h b/utils/isohybrid.h
index 826e90c5..eecf1caa 100644
--- a/utils/isohybrid.h
+++ b/utils/isohybrid.h
@@ -20,7 +20,7 @@
*
*/
-#define VERSION "0.11"
+#define VERSION "0.12"
#define BUFSIZE 2048
#define MBRSIZE 432