nalin / oddjob

Forked from oddjob 7 years ago
Clone

bbcdb74 Fix warnings about passing size_t to fprintf

Authored and Committed by nalin 8 years ago
    Fix warnings about passing size_t to fprintf
    
    When passing length specifiers to fprintf(), cast size_t values to int
    to avoid a compiler warning.
    
        
file modified
+6 -5