Reorganised Windows-specific code a bit.

This commit is contained in:
TomW 2014-06-24 21:15:42 +01:00
commit 3c8a675d01
13 changed files with 963 additions and 990 deletions

View file

@ -90,7 +90,7 @@ char *device_add_status_info(char *s, int max_len)
{
int c;
s[0] = 0;
s += strlen(s);
for (c = 0; c < 256; c++)
{