Browse Source

correct the command name to 'setcs'

pre-master-46
Holger Vogt 7 years ago
parent
commit
5b21caae98
  1. 2
      src/frontend/inpcom.c

2
src/frontend/inpcom.c

@ -964,7 +964,7 @@ inp_read(FILE *fp, int call_depth, char *dir_name, bool comfile, bool intfile)
!ciprefix("load", buffer) && !ciprefix("load", buffer) &&
!ciprefix("plot", buffer) && !ciprefix("plot", buffer) &&
!ciprefix("hardcopy", buffer) && !ciprefix("hardcopy", buffer) &&
!ciprefix("setcf", buffer)
!ciprefix("setcs", buffer)
) )
{ {
/* lower case for all other lines */ /* lower case for all other lines */

Loading…
Cancel
Save