Changeset e9a9469 in mainline


Ignore:
Timestamp:
2006-05-14T13:31:08Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
749122b
Parents:
2be27868
Message:

sysinfo warning patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/sysinfo/sysinfo.c

    r2be27868 re9a9469  
    254254{
    255255        char *str;
    256         sysinfo_rettype_t ret;
     256        sysinfo_rettype_t ret={0,0};
    257257        str=malloc(len+1,0);
    258258        ASSERT(str);
     
    266266{
    267267        char *str;
    268         sysinfo_rettype_t ret;
     268        sysinfo_rettype_t ret={0,0};
    269269        str=malloc(len+1,0);
    270270        ASSERT(str);
Note: See TracChangeset for help on using the changeset viewer.