summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-05-07 12:50:29 +0000
committerBenny Prijono <bennylp@teluu.com>2009-05-07 12:50:29 +0000
commit62a15800199bb701681b83601fa38a8c62f3b6e7 (patch)
treeea5ed5d52fc8ac2c4a74c84d899b6418f8619018
parentf39f88d0a91cf016de9d607af05072cf13d526bc (diff)
More ticket #825: added pointer to the ticket number in the comment.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2682 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjlib/src/pj/file_io_win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/src/pj/file_io_win32.c b/pjlib/src/pj/file_io_win32.c
index 50d416ff..7ad85d46 100644
--- a/pjlib/src/pj/file_io_win32.c
+++ b/pjlib/src/pj/file_io_win32.c
@@ -64,6 +64,7 @@ PJ_DEF(pj_status_t) pj_file_open( pj_pool_t *pool,
* to be working on WM6. All are tested on emulator though.
* Removing this also seem to work (i.e. data is appended), so
* I guess this flag is "optional".
+ * See http://trac.pjsip.org/repos/ticket/825
*/
dwDesiredAccess |= FILE_APPEND_DATA;
#endif