David Rose 23 年之前
父節點
當前提交
ca8577be86
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      panda/src/express/subStreamBuf.cxx

+ 6 - 6
panda/src/express/subStreamBuf.cxx

@@ -168,12 +168,12 @@ seekoff(streamoff off, ios::seek_dir dir, int mode) {
 //  Description: A variant on seekoff() to implement seeking within a
 //               stream.
 //
-//               The MSDN Library claims that it is necessary to
-//               redefine this only seekoff(), and not seekpos() as
-//               well, as the default implementation of seekpos() is
-//               supposed to map to seekoff() exactly as I am doing
-//               here; but in fact it must do something else, because
-//               seeking didn't work on Windows until I redefined this
+//               The MSDN Library claims that it is only necessary to
+//               redefine seekoff(), and not seekpos() as well, as the
+//               default implementation of seekpos() is supposed to
+//               map to seekoff() exactly as I am doing here; but in
+//               fact it must do something else, because seeking
+//               didn't work on Windows until I redefined this
 //               function as well.
 ////////////////////////////////////////////////////////////////////
 streampos SubStreamBuf::