diff options
Diffstat (limited to 'kstars/kstars/indi/indiserver.c')
-rw-r--r-- | kstars/kstars/indi/indiserver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/indi/indiserver.c b/kstars/kstars/indi/indiserver.c index ad4d2ffd..2f73ca5d 100644 --- a/kstars/kstars/indi/indiserver.c +++ b/kstars/kstars/indi/indiserver.c @@ -316,7 +316,7 @@ startDvr (DvrInfo *dp) /* go -- should never return */ execlp (dp->name, dp->name, NULL); fprintf (stderr, "Driver %s: %s\n", dp->name, strerror(errno)); - _exit (1); /* parent will notice EOF shortly */ + _exit (1); /* tqparent will notice EOF shortly */ } /* don't need child's side of pipes */ @@ -710,7 +710,7 @@ send2Clients (ClInfo *notme, XMLEle *root, char *dev) pthread_mutex_unlock (&client_m); } -/* free Msg mp and everything it contains */ +/* free Msg mp and everything it tqcontains */ static void freeMsg (Msg *mp) { |