]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/windows/seekable.cpp
Adjust exception messages
[libs/core.git] / source / io / windows / seekable.cpp
index 73c5cc51bc2824718bab9fb0af1591ddc0464b9b..c33a798fcf2c6c0eb71b44386b1bc2e43263c578 100644 (file)
@@ -19,7 +19,7 @@ int sys_seek_type(SeekType st)
        else if(st==S_END)
                return FILE_END;
 
-       throw invalid_argument("sys_seek_type");
+       throw invalid_argument("IO::sys_seek");
 }
 
 }