Skip to content

Commit

Permalink
ps3netsrv 20200609
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonathanc committed Jun 10, 2020
1 parent 9e111aa commit aac33b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/File.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,11 @@ int64_t File::seek(int64_t offset, int whence)
{
if ((!is_multipart) || (!part_size))
{
#ifdef WIN32
if(offset == last_seek) return SUCCEEDED;

last_seek = offset;

#endif
return seek_file(fd, offset, whence);
}

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ int main(int argc, char *argv[])
printf("\033[1;37m");
#endif

printf("ps3netsrv build 20200607");
printf("ps3netsrv build 20200609");

#ifdef WIN32
SetConsoleTextAttribute( GetStdHandle( STD_OUTPUT_HANDLE ), 0x0C );
Expand Down

0 comments on commit aac33b0

Please sign in to comment.