8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00

Commit forgotten change

This commit is contained in:
asfernandes 2007-11-26 09:57:19 +00:00
parent 5a2131cf69
commit 4e426d0739
2 changed files with 1 additions and 1 deletions

View File

@ -4393,6 +4393,7 @@ system_function_std_syntax
| MINVALUE | MINVALUE
| MOD | MOD
| PI | PI
| POSITION
| POWER | POWER
| RAND | RAND
| REPLACE | REPLACE

View File

@ -134,7 +134,6 @@ rem_port* WNET_analyze(Firebird::PathName& file_name,
/* Pick up some user identification information */ /* Pick up some user identification information */
Firebird::string buffer; Firebird::string buffer;
TEXT *p;
Firebird::ClumpletWriter user_id(Firebird::ClumpletReader::UnTagged, MAX_DPB_SIZE); Firebird::ClumpletWriter user_id(Firebird::ClumpletReader::UnTagged, MAX_DPB_SIZE);
ISC_get_user(&buffer, 0, 0, 0); ISC_get_user(&buffer, 0, 0, 0);