Changeset 3116 in MondoRescue for branches/3.0/mondo/test


Ignore:
Timestamp:
May 7, 2013, 5:42:54 AM (12 years ago)
Author:
Bruno Cornec
Message:

r5277@localhost: bruno | 2013-05-07 01:22:17 +0200

  • Fix a compiler issue with the new test-mrstresc and also most compiler warnings
Location:
branches/3.0/mondo/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/test/test-mr_stresc.c

    r3111 r3116  
    66 */
    77#include <stdio.h>
     8#include <stdlib.h>
    89#include "mr_str.h"
    910
    10 const char **strl = {
     11void (*mr_cleanup)(void) = NULL;
     12
     13char **strl = {
    1114        "test with space",
    1215        "test with \ backslash",
     
    2326const int MAX = 10;
    2427
    25 void main() {
     28int main() {
    2629
    2730        char *p;
  • branches/3.0/mondo/test/test-truncname.c

    r3042 r3116  
    4747}
    4848
    49 void main() {
     49int main() {
    5050
    5151char *part = NULL;
Note: See TracChangeset for help on using the changeset viewer.