mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
USBDDriver.c: swaped args to memset
This commit is contained in:
@@ -457,7 +457,7 @@ void USBDDriver_Initialize(
|
||||
|
||||
if (pInterfaces != 0) {
|
||||
|
||||
memset(pInterfaces, sizeof(pInterfaces), 0);
|
||||
memset(pInterfaces, 0, sizeof(*pInterfaces));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user