fix format/type mismatch in sprintf compiler diagnostic

r2426 | dcl | 2008-04-14 09:45:51 +1000 (Mon, 14 Apr 2008) | 2 lines
This commit is contained in:
Douglas Clowes
2008-04-14 09:45:51 +10:00
parent b12fff759a
commit cc845c6723

View File

@@ -1136,7 +1136,7 @@
}
break;
case 22: /* getnmon */
snprintf(pBueffel,131,"%s.getnmon = %ld", argv[0], GetNMonitor(self));
snprintf(pBueffel,131,"%s.getnmon = %d", argv[0], GetNMonitor(self));
SCWrite(pCon,pBueffel,eValue);
return 1;
break;