pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2015-12-20
2015-12-20 14:16:18 by Martin Nilsson <nilsson@fastmail.com>
74b59e79001e81672c83b4efa6e927f28611f9bc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Removed _sprintf parameters where they are not used.
402:
catch(connectfail(err)); }
-
private string _sprintf(int type
, void|mapping flags
) {
+
private string _sprintf(int type) {
string res=UNDEFINED; switch(type) { case 'O':
470:
private function(:void) gottimeout; private int timeout;
-
private string _sprintf(int type
, void|mapping flags
) {
+
private string _sprintf(int type) {
string res=UNDEFINED; switch(type) { case 'O':