SB_GetNumber didn't handle a sign correctly
git-svn-id: svn://svn.cc65.org/cc65/trunk@2892 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -126,7 +126,7 @@ Octal: I = 0;
|
|||||||
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Code */
|
/* Code */
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
@@ -308,6 +308,7 @@ int SB_GetNumber (StrBuf* B, long* Val)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Success, value read is in Val */
|
/* Success, value read is in Val */
|
||||||
|
*Val *= Sign;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user