j
k
j a
j l
eric pouech (@epo) commented about programs/cmd/wcmdmain.c:
} else break; } } while (*extraData == 0x00);
} else break; }
} while (*extraData == 0x00);
nitpick: you could have saved one line of modif by keeping the == 0x00 test (instead of rewritten to 0x0)
Back to the thread
Back to the list