/[xlog]/xlog/src/gui_tracedialog.c
ViewVC logotype

Diff of /xlog/src/gui_tracedialog.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pa4tu, Mon Sep 20 19:38:42 2004 UTC revision 1.3 by pa4tu, Wed Nov 24 20:08:36 2004 UTC
# Line 69  stop_tracing (void) Line 69  stop_tracing (void)
69          dup2 (saved_fd, STDERR_FILENO);          dup2 (saved_fd, STDERR_FILENO);
70          close (saved_fd);          close (saved_fd);
71  #ifndef __NetBSD__  #ifndef __NetBSD__
72    #ifndef WIN32
73          stderr = fdopen (STDERR_FILENO, "w");          stderr = fdopen (STDERR_FILENO, "w");
74  #endif  #endif
75    #endif
76          hamlibresult = start_hamlib (preferences.radio, preferences.device, RIG_DEBUG_NONE, preferences.polltime);          hamlibresult = start_hamlib (preferences.radio, preferences.device, RIG_DEBUG_NONE, preferences.polltime);
77  }  }
78    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26