Changeset 12952


Ignore:
Timestamp:
01/08/12 03:38:43 (12 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r12951 r12952  
    8888
    8989        if(file_exist("/mnt/swapextensions/etc/.ipkg-cl") == 1)
    90                 serial = command("cat /mnt/swapextensions/etc/.ipkg-cl");
     90                serial = string_newline(command("cat /mnt/swapextensions/etc/.ipkg-cl"));
    9191       
    9292        printf("serial: %s\n", serial);
Note: See TracChangeset for help on using the changeset viewer.