Ignore:
Timestamp:
Feb 20, 2007, 12:24:22 PM (17 years ago)
Author:
Bruno Cornec
Message:

Remove some useless \r in code
Remove center_string usage as it's now broiken for dynamically created strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-archive.c

    r1186 r1193  
    1818
    1919#include "my-stuff.h"
    20 #include "../common/mondostructures.h"
     20#include "mondostructures.h"
    2121#include "mr_conf.h"
    2222#include "mr_mem.h"
     
    35063506    mr_asprintf(&tmp, "Writing the final ISO");
    35073507    mr_msg(2, tmp);
     3508    /* BERLIOS: Doesn't work on allocated chains anymore
    35083509    center_string(tmp, 80);
     3510    */
    35093511#ifndef _XWIN
    35103512    if (!g_text_mode) {
Note: See TracChangeset for help on using the changeset viewer.