Change the test frame type to something that differs depending on endianness so
that swapping issues as in r42357 can be detected. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42358 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4cde5cc228
commit
716e16d4c3
@ -23,7 +23,7 @@ extern const char* __progname;
|
||||
|
||||
|
||||
static const size_t kBufferSize = 1500;
|
||||
static const uint32 kFrameType = 0x8888;
|
||||
static const uint32 kFrameType = 0x8998;
|
||||
|
||||
static const char* kProgramName = __progname;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user