Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRihards Olups <git-no-reply@zabbix.com>2013-02-13 14:17:28 +0400
committerRihards Olups <git-no-reply@zabbix.com>2013-02-13 14:17:28 +0400
commitd8c9fd5219ecf4685e92f8464895b75bd1afb504 (patch)
treec5426d3d089209afb5939959f9047037c45bb499 /misc
parentada1692d2f1d6f5d69f50d4c76bc95c49a5b5369 (diff)
.......... [ZBX-954] remove trailing whitespace, set eol style to native for new files
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/images/png_to_sql.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/images/png_to_sql.sh b/misc/images/png_to_sql.sh
index 8d4f52ea2d0..70aa403c297 100755
--- a/misc/images/png_to_sql.sh
+++ b/misc/images/png_to_sql.sh
@@ -8,7 +8,7 @@ DB2_LENGTH_LIMIT=32000
# Converts hexadecimal string to DB2 BLOB format.
#
# This function splits the string into 32000 byte chunks because
-# of DB2 limitation "For a hexadecimal constant (X, GX, or UX),
+# of DB2 limitation "For a hexadecimal constant (X, GX, or UX),
# the number of hexadecimal digits must not exceed 32704"
# Though it still did not work with 32704 length limit, so it was
# lowered to 32000.