Show
Ignore:
Timestamp:
09/04/08 15:43:07 (4 months ago)
Author:
scott
Message:

Disabled awkdoc since it's broken, minor fix for new version of mysql

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/awkbot/src/awkpaste.awk

    r63 r81  
    2020            link    = sprintf("%s?id=%d", config("paste.cgi"), id) 
    2121 
    22             gsub(/\r\\n/, "\n", content) # CRLF to LF 
     22            gsub(/\\r\\n|\\n/, "\n", content) # CRLF to LF 
    2323# This should be dealt with in mysql.awk 
    2424#           gsub(/\\t/,   "\t", context) # Outcoming tabs.