Revision: 77029
          http://sourceforge.net/p/brlcad/code/77029
Author:   starseeker
Date:     2020-09-01 19:09:33 +0000 (Tue, 01 Sep 2020)
Log Message:
-----------
Adjust comment for doxygen

Modified Paths:
--------------
    brlcad/trunk/include/bu/file.h

Modified: brlcad/trunk/include/bu/file.h
===================================================================
--- brlcad/trunk/include/bu/file.h      2020-09-01 19:05:57 UTC (rev 77028)
+++ brlcad/trunk/include/bu/file.h      2020-09-01 19:09:33 UTC (rev 77029)
@@ -166,8 +166,10 @@
 
 /**
  * Windows corecrt_io.h defines an lseek and an _lseeki64, with different 
function
- * signatures, that cause trouble when we try to simply #define lseek 
_lseeki64.
+ * signatures, that cause trouble when we try to simply define it à la:
  *
+ *      #define lseek _lseeki64.
+ *
  * Similarly, _ftelli64 has a problematic signature.
  */
 BU_EXPORT int bu_fseek(FILE *stream, b_off_t offset, int origin);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to