Fixed pish function so it can endlessly take input. Still getting random core dumps on .pishrc reading
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user