about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--test/src/test-uv-link-source-t.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/test-uv-link-source-t.c b/test/src/test-uv-link-source-t.c
index 3187aaf..31a0c40 100644
--- a/test/src/test-uv-link-source-t.c
+++ b/test/src/test-uv-link-source-t.c
@@ -102,8 +102,7 @@ static void test_reads() {
 
 
 TEST_IMPL(uv_link_source_t) {
-  loop = uv_default_loop();
-  CHECK_NE(loop, NULL, "uv_default_loop()");
+  CHECK_NE(loop = uv_default_loop(), NULL, "uv_default_loop()");
 
   CHECK_EQ(socketpair(AF_UNIX, SOCK_STREAM, 0, fds), 0, "socketpair()");
 
mysql/lang/lv/settings.php b/wiki/lib/plugins/authmysql/lang/lv/settings.php new file mode 100644 index 0000000..008ef34 --- /dev/null +++ b/wiki/lib/plugins/authmysql/lang/lv/settings.php @@ -0,0 +1,12 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Oskars Pakers <oskars.pakers@gmail.com> + * @author Aivars Miška <allefm@gmail.com> + */ +$lang['server'] = 'Jūsu MySQL serveris'; +$lang['user'] = 'MySQL lietotāja vārds'; +$lang['password'] = 'Lietotāja parole'; +$lang['delUser'] = 'SQL pieprasījums lietotāja dzēšanai';