Skip to content

Commit 368325b

Browse files
committed
comment
1 parent bce69ae commit 368325b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/byondapi-rs/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub mod value;
2424
use crate::value::ByondValue;
2525
/// # Safety
2626
/// Don't pass in a null argv pointer please god
27+
/// UPDATE: it does pass in a null argv in cases where there are no args
2728
/// Just give this what BYOND gives you and pray for the best
2829
pub unsafe fn parse_args(
2930
argc: byondapi_sys::u4c,

0 commit comments

Comments
 (0)