• src/sbbs3/js_com.c

    From rswindell to CVS commit on Sunday, April 19, 2020 18:47:45
    src/sbbs3 js_com.c 1.32 1.33
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28569

    Modified Files:
    js_com.c
    Log Message:
    Replace ERROR_VALUE (socket error number) usage with COM_ERROR_VALUE
    It appears when this module was created it was copied from js_socket.c and
    the use of ERROR_VALUE (which is socket-specific on Windows) was not corrected.

  • From Rob Swindell to Git commit to main/sbbs/master on Sunday, April 04, 2021 15:13:57
    https://gitlab.synchro.net/main/sbbs/-/commit/2c3842bd12a5c67712901ff4
    Modified Files:
    src/sbbs3/js_com.c
    Log Message:
    Handle filelength() returning negative value

    CID 33260
  • From Rob Swindell to Git commit to main/sbbs/master on Wednesday, February 23, 2022 23:25:45
    https://gitlab.synchro.net/main/sbbs/-/commit/d7396cb5b2300c48e8bc471e
    Modified Files:
    src/sbbs3/js_com.c
    Log Message:
    Fix invalid type in argument to printf format specifier

    CID 319142
  • From Rob Swindell to Git commit to main/sbbs/master on Wednesday, March 02, 2022 12:22:55
    https://gitlab.synchro.net/main/sbbs/-/commit/049916bc634aafe2a6e50ceb
    Modified Files:
    src/sbbs3/js_com.c
    Log Message:
    "Invalid type in argument to printf format specifier"

    CID 319142
  • From Rob Swindell to Git commit to main/sbbs/master on Wednesday, March 02, 2022 12:22:55
    https://gitlab.synchro.net/main/sbbs/-/commit/045feda87f937e03fd4e7e5c
    Modified Files:
    src/sbbs3/js_com.c
    Log Message:
    Invalid type in printf format specifier

    CID 319135