Skip to content

fix crash on ubuntu#1

Open
hurdad wants to merge 2 commits into
greenlion:masterfrom
hurdad:master
Open

fix crash on ubuntu#1
hurdad wants to merge 2 commits into
greenlion:masterfrom
hurdad:master

Conversation

@hurdad

@hurdad hurdad commented Mar 24, 2016

Copy link
Copy Markdown

MAXAGG_LEN needs to be at least 15 to hold shipping priority '4-NOT SPECIFIED'

hurdad added 2 commits March 23, 2016 04:15
fix crash on ubuntu
MAXAGG_LEN needs to be at least 15 to match shipping priority '4-NOT SPECIFIED'
@greenlion

Copy link
Copy Markdown
Owner

Hmm. It has conflicts. I think I fixed this but maybe you did not pull a new copy?

@greenlion

Copy link
Copy Markdown
Owner

Yeah:

ifdef SSBM
#define MAXAGG_LEN 20 /* max component length for a agg str */

#else
#define MAXAGG_LEN 20 /* max component length for a agg str */

#endif

@hurdad

hurdad commented Mar 24, 2016

Copy link
Copy Markdown
Author

Oh word
On Mar 23, 2016 11:56 PM, "Justin Swanhart" notifications@github.com
wrote:

Yeah:

ifdef SSBM
#define MAXAGG_LEN 20 /* max component length for a agg str */

#else
#define MAXAGG_LEN 20 /* max component length for a agg str */

#endif


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#1 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants