Ignore:
Timestamp:
Mar 7, 2024, 2:56:52 PM (2 months ago)
Author:
Bruno Cornec
Message:

Fix find_home_of_exe calls + errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-string.c

    r3859 r3867  
    1111#include "mr_str.h"
    1212#include "mondostructures.h"
    13 #include "libmondo-string.h"
    1413#include "lib-common-externs.h"
    1514#include "libmondo-files-EXT.h"
     
    4140{
    4241    char *p, *c;
     42    char *partition = NULL;
    4343
    4444    assert_string_is_neither_NULL_nor_zerolength(drive);
     
    5959            mr_strcat(partition, "%c",
    6060#ifdef BSD
    61                 's';
     61                's'
    6262#else
    63                 'p';
     63                'p'
    6464#endif
    6565                );
Note: See TracChangeset for help on using the changeset viewer.