Przeglądaj źródła

Added new error

Piotr Czajkowski 4 lat temu
rodzic
commit
94a9dcc31f
1 zmienionych plików z 3 dodań i 0 usunięć
  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);
 	}