fixed segmentation fault issue of xputsn the right way, fixed warnings

This commit is contained in:
Dhanya Maliakal
2017-11-17 09:26:05 +01:00
parent 2569ffbf10
commit d7137e0c75
7 changed files with 28 additions and 28 deletions

View File

@ -65,9 +65,6 @@ qClient::~qClient() {
int qClient::executeLine(int narg, char *args[]){
char arg[MAX_STR_LENGTH] = "";
int iarg = -1;
char answer[100];
string retval = "";
string cmd = args[0];
string argument;