Changes between Initial Version and Version 1 of Ticket #4037, comment 2


Ignore:
Timestamp:
02/01/2017 01:57:26 AM (8 years ago)
Author:
DJ Lucas

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4037, comment 2

    initial v1  
    11su.c:376:3: error: too few arguments to function ‘snprintf’
    22
    3 Needs: sed 's@_msg,@_msg, 256@' -i src/su.c
     3Needs: sed '/snprintf/s@_msg,@_msg, 256,@' -i src/su.c
     4
     5Edit: I had a broken search pattern, it needs the search string and was missing second comma above. Tested, checks OK.