Commit 56e707c
samples(storage): use istreambuf_iterator instead of istream_iterator in storage_object_samples (#15059)
istream_iterator skips whitespace by default which results in data not being read as-is when it has whitespace symbols/bytes in it.
Co-authored-by: Denis DelGrosso <[email protected]>1 parent fc70c16 commit 56e707c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
| 325 | + | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
0 commit comments