8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 20:03:02 +01:00

Totally misc.

This commit is contained in:
robocop 2004-11-08 08:29:40 +00:00
parent 27bad4eaae
commit af5b3848f5

View File

@ -343,7 +343,7 @@ bool ISC_analyze_pclan(tstring& expanded_name, tstring& node_name)
* Functional description * Functional description
* Analyze a filename for a named pipe node name on the front. * Analyze a filename for a named pipe node name on the front.
* If one is found, extract the node name, compute the residual * If one is found, extract the node name, compute the residual
* file name, and return TRUE. Otherwise return FALSE. * file name, and return true. Otherwise return false.
* *
**************************************/ **************************************/
if ((expanded_name[0] != '\\' && expanded_name[0] != '/') || if ((expanded_name[0] != '\\' && expanded_name[0] != '/') ||