Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix crash on ubuntu #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix crash on ubuntu #1

wants to merge 2 commits into from

Conversation

hurdad
Copy link

@hurdad hurdad commented Mar 24, 2016

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
Owner

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

@greenlion
Copy link
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
Copy link
Author

hurdad commented Mar 24, 2016

Oh word
On Mar 23, 2016 11:56 PM, "Justin Swanhart" [email protected]
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