Skip to content

Commit cfa663d

Browse files
Update demuxerdata.rs
1 parent 9856ac1 commit cfa663d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rust/src/libccxr_exports/demuxerdata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ mod tests {
256256
let original_ptr = c_data.buffer;
257257
copy_demuxer_data_from_rust(&mut c_data, &rust_data);
258258

259-
// Verify the pointer was NOT reassigned (the bug we're fixing)
259+
260260
assert_eq!(c_data.buffer, original_ptr);
261261

262262
// Verify all fields were copied correctly

0 commit comments

Comments
 (0)