Usermode/libaxwin4 - Handle demarshal failure
[tpg/acess2.git] / Tools / DiskTool / helpers.c
index f2aa26d..7835169 100644 (file)
@@ -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;
                }
                

UCC git Repository :: git.ucc.asn.au