Please help with FileLoop #1844
-
| Hi, apologise because I'm a bit of a C newbie. Tried doing, position and seek in the main loop but I think the buffer makes this not work correctly. Here's my current code, can I please get some help implementing FileLoop thanks? Thanks in advance.  | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| I guess your issue is in the loop logic: 
 Just keep the log level info in the loop and add some log statement in your loop, so that you see when your seek is called. | 
Beta Was this translation helpful? Give feedback.
I guess your issue is in the loop logic:
Just keep the log level info in the loop and add some log statement in your loop, so that you see when your seek is called.