search for: 826e90c

Displaying 1 result from an estimated 1 matches for "826e90c".

Did you mean: 826900
2011 Jun 11
1
isohybrid.c patch: to support hex parameters
...???? case 'i': -??????????? if (!sscanf(optarg, "%u", &id)) +??????????? id = strtoul(optarg, &err, 0); +??????????? if (*err) ???????????????? errx(1, "invalid id: `%s'", optarg); ???????????? break; ? diff --git a/utils/isohybrid.h b/utils/isohybrid.h index 826e90c..eecf1ca 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 === Thank you. --- Regards ?? -Prasad PS: Please don't send me html...