Reorganised Windows-specific code a bit.
This commit is contained in:
parent
b0320ae16c
commit
3c8a675d01
13 changed files with 963 additions and 990 deletions
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue