X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Tools%2FDiskTool%2Fhelpers.c;h=7835169019c85ca3839ab9138271889e82e918e1;hb=13078002b01ee4f63eb2001d2ef479a2a006ea32;hp=f2aa26d94de5ceb8f2b0484af2e0fd68e1b72a68;hpb=4f1da7f5ad53f573458e259b4c733765632eae10;p=tpg%2Facess2.git diff --git a/Tools/DiskTool/helpers.c b/Tools/DiskTool/helpers.c index f2aa26d9..78351690 100644 --- a/Tools/DiskTool/helpers.c +++ b/Tools/DiskTool/helpers.c @@ -41,7 +41,7 @@ size_t DiskTool_int_TranslatePath(char *Buffer, const char *Path) const char *pos; for(pos = Path; pos < colon; pos ++) { - if( !isalpha(*pos) ) + if( !isalnum(*pos) ) goto native_path; }