Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8a371c8 authored by Andreas Huber's avatar Andreas Huber
Browse files

Fixing the build.

parent 7f75ced4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ static void playSource(OMXClient *client, const sp<MediaSource> &source) {

            if (gReproduceBug == 1 && numFrames == 40) {
                printf("seeking past the end now.");
                options.setSeekTo(LONG_MAX);
                options.setSeekTo(0x7fffffffL);
            }
        }