Ignore:
Timestamp:
2009-04-01T19:01:39Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06b785f
Parents:
f25b2819
Message:

Partial refactor of printf modules to reflect new string API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/printf/vsnprintf.c

    rf25b2819 r1b0b48e0  
    7878       
    7979        if (left <= size) {
    80                 /* We have not enought space for whole string
     80                /* We do not have enough space for the whole string
    8181                 * with the trailing zero => print only a part
    8282                 * of string
Note: See TracChangeset for help on using the changeset viewer.