Browse Source

Added new error

Piotr Czajkowski 4 years ago
parent
commit
94a9dcc31f
1 changed files with 3 additions and 0 deletions
  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);
 	}