Changeset 441 for trunk/libs/mini-libc


Ignore:
Timestamp:
May 9, 2018, 3:13:56 PM (6 years ago)
Author:
alain
Message:

Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/mini-libc/stdlib.c

    r439 r441  
    166166                    va_list      * args )
    167167{
    168     unsigned int ps = 0;    // write pointer to the string buffer
     168    unsigned int ps = 0;    // write index to the string buffer
    169169
    170170#define TO_STREAM(x) do { string[ps] = (x); ps++; if(ps==length) return -1; } while(0);
Note: See TracChangeset for help on using the changeset viewer.