Fix a minor bug in the unpk_ routine that was introduced in the last commit.

This commit is contained in:
Steven Franke 2020-02-25 15:28:57 -06:00
parent 38bac5e335
commit 1dde5fdd6c

View File

@ -314,9 +314,7 @@ int unpk_(signed char *message, char *hashtab, char *loctab, char *call_loc_pow,
// grid is only 4 chars even though this is a hashed callsign...
// isalpha(grid6[4]) && isalpha(grid6[5]) ) ) {
noprint=1;
} else {
strncpy(loctab+ihash*5,grid6,4);
}
}
ihash=(n2-ntype-64)/128;
if( strncmp(hashtab+ihash*13,"\0",1) != 0 ) {