Ignore:
Timestamp:
Apr 3, 2008, 12:08:14 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Removes the useless uid field of the mountlist_line struct
  • Removes some \r found useless
  • Adds conditions of existence around button updates with Newt (valgrind feedback)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/common/mondostructures.h

    r1687 r1899  
    5959
    6060  /**
    61    * For ext2 and ext3, this is the filesystem label (if there is one). If not, this should be "".
     61   * For ext2 and ext3, this is the filesystem label or uuid (if there is one). If not, this should be "".
    6262   */
    6363    char label[256];
    6464
    65     /**
    66      * This is the filesystem UUID (if there is one). If not, this should be "".
    67      */
    68     char uuid[64];
    6965};
    7066
Note: See TracChangeset for help on using the changeset viewer.