Fixed pish function so it can endlessly take input. Still getting random core dumps on .pishrc reading

This commit is contained in:
2022-10-27 04:37:16 -05:00
parent a8420ec3f8
commit bd66bb0189
3 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "Common.h"
const char* GetHomeDir(void);
void IntegratedCheck(char* command);
void IntegratedCheck(CommandStruct* command);
void ReadPishrc(CommandStruct* command, char* inputString);
#endif