Changeset 766327 in git


Ignore:
Timestamp:
Jul 26, 2016, 10:01:08 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
d0f6784d8bbb55b9d424c738df2f00f29285924d
Parents:
b93592adb533849ec20e64bdff55458b01b9f08aeeaf64bace245f8c44ca6f15dd7948a92a739446
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-07-26 10:01:08+02:00
git-committer:
GitHub <noreply@github.com>2016-07-26 10:01:08+02:00
Message:
Merge pull request #773 from jgmbenoit/debian/4.0.3+ds-3/bug-831072/hidden

fix: segfault caused by faulty printf format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    rb93592 r766327  
    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.