Explorar el Código

Added new error

Piotr Czajkowski hace 4 años
padre
commit
94a9dcc31f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      bomToolkit.c

+ 3 - 0
bomToolkit.c

@@ -35,6 +35,9 @@ void reportError(int errorType) {
 		case ERRORSEEK:
 			puts("Error seeking input file!");
 			break;
+		case ERRORWRITINGTEMP:
+			puts("Error writing to temp file!");
+			break;
 		default:
 			printf("Unrecognized error: %d\n", errorType);
 	}