Changes between Initial Version and Version 1 of Ticket #4037, comment 2
- Timestamp:
- 02/01/2017 01:57:26 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4037, comment 2
initial v1 1 1 su.c:376:3: error: too few arguments to function ‘snprintf’ 2 2 3 Needs: sed 's@_msg,@_msg, 256@' -i src/su.c 3 Needs: sed '/snprintf/s@_msg,@_msg, 256,@' -i src/su.c 4 5 Edit: I had a broken search pattern, it needs the search string and was missing second comma above. Tested, checks OK.