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