j
k
j a
j l
Hans Leidekker (@hans) commented about dlls/msi/database.c:
return r; } tmp = buffer; while( *tmp ) { if (*tmp == '\r' && *( tmp + 1 ) == '\n')
return r; }
if (*tmp == '\r' && *( tmp + 1 ) == '\n')
Please use a new variable such as 'ptr' instead of reusing 'tmp'.
Back to the thread
Back to the list