• h2zero's avatar
    Fix node.compile fwrite size check. · c75ec760
    h2zero authored
    The return value from fwrite was being checked against the size of the data rather than the number of bytes written.
    This caused node.compile() to falsely return failure.
    c75ec760
node.c 26.3 KB