diff rvinterf/libg23/fmtdispatch.c @ 627:42c91c51ca7f

rvinterf: display GPF packets as "GPF" rather than "G23"
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 01 Sep 2014 06:23:38 +0000
parents 28b4d3c9e85d
children ca65f5adf1af
line wrap: on
line diff
--- a/rvinterf/libg23/fmtdispatch.c	Sun Aug 31 05:04:56 2014 +0000
+++ b/rvinterf/libg23/fmtdispatch.c	Mon Sep 01 06:23:38 2014 +0000
@@ -62,7 +62,7 @@
 	char *dp;
 
 	dp = outbuf;
-	strcpy(dp, "G23 UNK:");
+	strcpy(dp, "GPF UNK:");
 	dp += 8;
 	for (i = 1; i < rxpkt_len; i++) {
 		sprintf(dp, " %02X", rxpkt[i]);