Mercurial > trustbridge
comparison common/portpath.c @ 1329:64333dad503b
Remove development debug line
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 15 Oct 2014 13:18:30 +0200 |
parents | 0a803c3fb5a6 |
children |
comparison
equal
deleted
inserted
replaced
1328:18211dce3106 | 1329:64333dad503b |
---|---|
163 } | 163 } |
164 /* We open and write protect the file here so that | 164 /* We open and write protect the file here so that |
165 as long as the file is open we can be sure that | 165 as long as the file is open we can be sure that |
166 it was not modified and can use it in subsequent | 166 it was not modified and can use it in subsequent |
167 calls based on the filename. */ | 167 calls based on the filename. */ |
168 OutputDebugStringW(wFilename); | |
169 if (exclusive) | 168 if (exclusive) |
170 { | 169 { |
171 f = _wfsopen(wFilename, L"rb", _SH_DENYWR); | 170 f = _wfsopen(wFilename, L"rb", _SH_DENYWR); |
172 } | 171 } |
173 else | 172 else |