scholarsmate commented on code in PR #728:
URL: https://github.com/apache/daffodil-vscode/pull/728#discussion_r1283635336
##########
src/svelte/src/components/DataMetrics/ByteFrequencyGraph.svelte:
##########
@@ -138,6 +138,7 @@ limitations under the License.
const startOffsetTemp = parseInt(e.detail.value)
Review Comment:
the parseInt calls need to be done with respect to the address radix also.
For example `parseInt(e.detail.value, 16)` for hex, etc.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]