Changeset eeaf64 in git for Singular


Ignore:
Timestamp:
Jul 25, 2016, 7:04:22 PM (8 years ago)
Author:
jgmbenoit <quatermaster@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
766327ee594ee4992253685b8be5d5414ecc64c5
Parents:
b93592adb533849ec20e64bdff55458b01b9f08a
Message:
fix: segfault caused by faulty printf format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    rb93592 reeaf64  
    203203  {
    204204  #ifdef __CYGWIN__
    205     error( "Error: Can't find rxvt program. \n Expected it at %s or %s\n Specify alternative with --rxvt=PROGRAM option,\n or set RXVT environment variable to the name of the program to use as xterm.\n",
     205    error( "Error: Can't find rxvt program. \n Expected it at %s\n Specify alternative with --rxvt=PROGRAM option,\n or set RXVT environment variable to the name of the program to use as rxvt.\n",
    206206  #else
    207     error( "Error: Can't find xterm program. \n Expected it at %s or %s\n Specify alternative with --xterm=PROGRAM option,\n or set XTERM environment variable to the name of the program to use as xterm.\n",
     207    error( "Error: Can't find xterm program. \n Expected it at %s\n Specify alternative with --xterm=PROGRAM option,\n or set XTERM environment variable to the name of the program to use as xterm.\n",
    208208  #endif
    209209           feResourceDefault('X'));
Note: See TracChangeset for help on using the changeset viewer.