diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2006-03-02 12:07:12 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2006-03-02 12:07:12 +0000 |
commit | 6e01f3700046c549f29fb06e61919aaff3703351 (patch) | |
tree | 8cec198bbf1fa406b0d9c2bdf38f857adafbc0b4 | |
parent | a686690d0700fd62d24f831c5e25e08510a299a8 (diff) | |
download | tigervnc-6e01f3700046c549f29fb06e61919aaff3703351.tar.gz tigervnc-6e01f3700046c549f29fb06e61919aaff3703351.zip |
Added a FIXME comment.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@500 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | rfb/FileInfo.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rfb/FileInfo.cxx b/rfb/FileInfo.cxx index 21e18f24..34074f7d 100644 --- a/rfb/FileInfo.cxx +++ b/rfb/FileInfo.cxx @@ -28,6 +28,8 @@ using namespace rfb; +// FIXME: Under Unix, file names are case-sensitive. + int CompareFileInfo(const void *F, const void *S) { |