From c36768a7229cd5b80233086d8a82440657e8bfef Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Mon, 3 Sep 2007 12:52:35 +1000 Subject: [PATCH] Removed junk which that dopey computer in the Koala cabin keeps pasting into files. r2145 | ffr | 2007-09-03 12:52:35 +1000 (Mon, 03 Sep 2007) | 2 lines --- site_ansto/hardsup/lh45util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/hardsup/lh45util.c b/site_ansto/hardsup/lh45util.c index 24291999..00940fc6 100644 --- a/site_ansto/hardsup/lh45util.c +++ b/site_ansto/hardsup/lh45util.c @@ -56,7 +56,7 @@ char *ReplyStart(char *pReply) { while(*pReply<0x20&&*pReply!='\0') // chuck out any and all control characters, CR, LF etc. - pReply++;r Data Number! + pReply++; return pReply; }