mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Removed german comments.
This commit is contained in:
@@ -656,12 +656,12 @@ static void nwipe_normalize_serial( char* serial )
|
|||||||
{
|
{
|
||||||
*dst++ = (char) ch;
|
*dst++ = (char) ch;
|
||||||
}
|
}
|
||||||
/* Alle anderen Zeichen (Steuerzeichen, >0x7F) werden verworfen */
|
/* Alle remaining control characters will be dropped ( >0x7F) */
|
||||||
}
|
}
|
||||||
|
|
||||||
*dst = '\0';
|
*dst = '\0';
|
||||||
|
|
||||||
/* Vorhandene trim()-Logik wiederverwenden */
|
/* Use existing trim() function */
|
||||||
trim( serial );
|
trim( serial );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user