Skip to content

Commit 4406c1a

Browse files
committed
AGW network protocol now works properly for big-endian
processors such as PowerPC or MIPS.
1 parent 0c49654 commit 4406c1a

File tree

4 files changed

+384
-95
lines changed

4 files changed

+384
-95
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22
# Revision History #
33

4+
----------
5+
6+
## Version 1.3 -- Development snapshot J -- January 2016 ##
7+
8+
### Bugs Fixed: ###
9+
10+
- AGW network protocol now works properly for big-endian processors
11+
such as PowerPC or MIPS.
12+
13+
414
----------
515

616
## Version 1.3 -- Development snapshot I -- December 2015 ##

direwolf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ int main (int argc, char *argv[])
231231
text_color_init(t_opt);
232232
text_color_set(DW_COLOR_INFO);
233233
//dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
234-
dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "I", __DATE__);
234+
dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "J", __DATE__);
235235
//dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
236236

237237
#if defined(ENABLE_GPSD) || defined(USE_HAMLIB)

0 commit comments

Comments
 (0)