Ignore:
Timestamp:
Sep 29, 2013, 7:27:11 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Fix all compilation/link error due to the previous giant merge with 3.1. 3.2 is ready to test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/newt-specific.c

    r3191 r3194  
    2020#include "my-stuff.h"
    2121#include "mr_mem.h"
     22#include "mr_str.h"
    2223#include "mondostructures.h"
    2324#include "newt-specific.h"
     
    15791580                    if (filelist->entries > 0) {
    15801581                        malloc_string(reason);
    1581                         severity_of_difference(filelist->el[currline].  filename, &reason);
     1582                        severity_of_difference(filelist->el[currline].filename, &reason);
    15821583                        mr_asprintf(tmp, "%s --- %s", filelist->el[currline].filename, reason);
    15831584
Note: See TracChangeset for help on using the changeset viewer.