Changeset 1161 in MondoRescue for trunk/mondo/src/common/libmondo-fifo.c


Ignore:
Timestamp:
Feb 14, 2007, 1:13:49 PM (17 years ago)
Author:
Bruno Cornec
Message:

Update trunk with the latest feedback from stable (obtained with meld) - First pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-fifo.c

    r1086 r1161  
    2828#include "libmondo.h"
    2929#include "mr_mem.h"
     30#include "mr_msg.h"
    3031
    3132/**
     
    155156void kill_buffer()
    156157{
    157     char *tmp;
    158     char *command;
     158    char *tmp = NULL;
     159    char *command = NULL;
    159160
    160161    sync();
     
    175176    mr_asprintf(&command, "kill %s", tmp);
    176177    mr_msg(2, "kill_buffer() --- command = %s", command);
    177 
    178178    if (strlen(tmp) > 0) {
    179179        run_program_and_log_output(command, TRUE);
Note: See TracChangeset for help on using the changeset viewer.