Changeset 8973acd in buchla-68k for iolib/sprintf.c


Ignore:
Timestamp:
07/15/2017 03:12:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ea232f9
Parents:
7d0d347
Message:

No more warnings in libcio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iolib/sprintf.c

    r7d0d347 r8973acd  
    1717*/
    1818
    19 int32_t sprintf(int8_t *str, int8_t *fmt, ...)
     19int16_t sprintf(int8_t *str, int8_t *fmt, ...)
    2020{
    21         register int32_t count;
     21        register int16_t count;
    2222        va_list aptr;
    2323
Note: See TracChangeset for help on using the changeset viewer.