[xiph-commits] r18479 - trunk/vorbis/doc/vorbisfile
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Sun Jul 29 07:12:34 PDT 2012
Author: ph3-der-loewe
Date: 2012-07-29 07:12:34 -0700 (Sun, 29 Jul 2012)
New Revision: 18479
Modified:
trunk/vorbis/doc/vorbisfile/ov_fopen.html
Log:
corrected docs: docs did not reflect the path parameter to be const. see #1593
Modified: trunk/vorbis/doc/vorbisfile/ov_fopen.html
===================================================================
--- trunk/vorbis/doc/vorbisfile/ov_fopen.html 2012-07-22 05:48:16 UTC (rev 18478)
+++ trunk/vorbis/doc/vorbisfile/ov_fopen.html 2012-07-29 14:12:34 UTC (rev 18479)
@@ -43,7 +43,7 @@
<tr bgcolor=#cccccc>
<td>
<pre><b>
-int ov_fopen(char *path,<a href="OggVorbis_File.html">OggVorbis_File</a> *vf);
+int ov_fopen(const char *path,<a href="OggVorbis_File.html">OggVorbis_File</a> *vf);
</b></pre>
</td>
</tr>
More information about the commits
mailing list