Changeset c1f27f1d in mainline


Ignore:
Timestamp:
2012-01-23T17:33:34Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
88dfee7
Parents:
cd66f3c
Message:

fix a fix which was not a fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/loc.c

    rcd66f3c rc1f27f1d  
    808808                        return rc;
    809809               
    810                 if (alloc_size <= act_size)
     810                if (act_size <= alloc_size)
    811811                        break;
    812812               
Note: See TracChangeset for help on using the changeset viewer.