console.c
changeset 932 a274119d6ec7
parent 672 9089c74ba6c9
child 959 e6a3bbda610f
equal deleted inserted replaced
931:79bd23c03adb 932:a274119d6ec7
   623 					*linestream = ' ';
   623 					*linestream = ' ';
   624 					linestream++;
   624 					linestream++;
   625 					x += l2+1;
   625 					x += l2+1;
   626 					t++;
   626 					t++;
   627 				}
   627 				}
       
   628 				linestream--;
   628 				*linestream = '"';
   629 				*linestream = '"';
   629 				linestream++;
   630 				linestream++;
   630 				x += 2;
   631 				x += 1;
   631 			} else {
   632 			} else {
   632 				// one specific parameter: %A = [param 1] %B = [param 2] ...
   633 				// one specific parameter: %A = [param 1] %B = [param 2] ...
   633 				int l2;
   634 				int l2;
   634 				t = ((byte)cmdline[i]) - 64;
   635 				t = ((byte)cmdline[i]) - 64;
   635 				if ((t<20) && (tokens[t]!=NULL) &&
   636 				if ((t<20) && (tokens[t]!=NULL) &&