Changeset 2316 in MondoRescue for branches/2.2.10/mondo/src/lib/mr_mem.c


Ignore:
Timestamp:
Aug 18, 2009, 2:34:29 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3327@localhost: bruno | 2009-08-04 00:17:46 +0200
popup_and_get_string and build_partition_name now return an allocated string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/lib/mr_mem.c

    r2307 r2316  
    5454
    5555/* encapsulation function for getline */
    56 void mr_getline_int(char **lineptr, size_t *n, FILE *fd, int line, const char *file) {
     56void mr_getline_int(char **lineptr, FILE *fd, int line, const char *file) {
    5757   
    5858    ssize_t ret;
     59    ssize_t *n;
    5960
    6061    ret = getline(lineptr,n,fd);
Note: See TracChangeset for help on using the changeset viewer.