Fix compiler warning

This commit is contained in:
MarkRivers
2012-03-01 20:22:26 +00:00
parent 53f64ed717
commit c547eece69
+1 -1
View File
@@ -862,7 +862,7 @@ asynStatus XPSController::runProfile()
if (status != 0) {
executeOK = false;
sprintf(message, "Error performing EventExtendedConfigurationTriggerSet, status=%d, buffer=%s, strlen(buffer)=%ld",
status, buffer, strlen(buffer));
status, buffer, (long)strlen(buffer));
goto done;
}