diff options
Diffstat (limited to 'dmidecodemodule.c')
-rw-r--r-- | dmidecodemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmidecodemodule.c b/dmidecodemodule.c index 92fe3d4..a36b811 100644 --- a/dmidecodemodule.c +++ b/dmidecodemodule.c @@ -74,7 +74,7 @@ done: free(buf); if(!found && !(opt.flags & FLAG_QUIET)) - catsprintf(buffer, "# No SMBIOS nor DMI entry point found, sorry.\n"); + catsprintf(buffer, -1, "# No SMBIOS nor DMI entry point found, sorry.\n"); exit_free: //Py_Finalize(); |