Changeset 94 in MondoRescue for trunk/mondo/mondo/xmondo/xmondo.cpp


Ignore:
Timestamp:
Oct 29, 2005, 1:08:39 AM (18 years ago)
Author:
bcornec
Message:

x86_64 support (begining)
find_and_store_mondoarchives_home interface change
libmondo-tools.c modified with asprintf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/xmondo/xmondo.cpp

    r30 r94  
    55    copyright            : (C) 2003 by Joshua Oreman
    66    email                : oremanj@get-linux.org
    7     cvsid                : $Id: xmondo.cpp,v 1.1 2004/06/10 16:13:06 hugo Exp $
     7    cvsid                : $Id$
    88 ***************************************************************************/
    99
     
    5757int g_operation_in_progress = 0;
    5858
    59 static char cvsid[] = "$Id: xmondo.cpp,v 1.1 2004/06/10 16:13:06 hugo Exp $";
     59static char cvsid[] = "$Id$";
    6060
    6161QProgressBar            *XMondoProgress;
     
    230230    char logo_location[MAX_STR_LEN];
    231231
    232     if (find_and_store_mondoarchives_home (logo_location) == 0) {
     232    if ((logo_location = find_and_store_mondoarchives_home()) != NULL) {
    233233        strcat (logo_location, "/mondo.png");
    234234        if (logo.load (logo_location)) {
Note: See TracChangeset for help on using the changeset viewer.