Commit 205e10cb 205e10cb1c3f9699542a5ceb37ea33cb6cbfc47b by Sergey Poznyakoff

(MU_READ_ERROR): New error code

1 parent fa6ebfbb
...@@ -79,3 +79,4 @@ MU_ERR_NO_RESULT _("No result from the previous query available") ...@@ -79,3 +79,4 @@ MU_ERR_NO_RESULT _("No result from the previous query available")
79 MU_ERR_NO_INTERFACE _("No such interface") 79 MU_ERR_NO_INTERFACE _("No such interface")
80 80
81 MU_ERR_BAD_FILENAME _("Badly formed file or directory name") 81 MU_ERR_BAD_FILENAME _("Badly formed file or directory name")
82 MU_READ_ERROR _("Read error")
...\ No newline at end of file ...\ No newline at end of file
......