mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Fix a minor bug in the unpk_ routine that was introduced in the last commit.
This commit is contained in:
parent
38bac5e335
commit
1dde5fdd6c
@ -314,8 +314,6 @@ 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;
|
||||
|
Loading…
Reference in New Issue
Block a user