From c0a8841ab43ba15a723e371b465890f91615d62b Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Fri, 24 Jan 2014 18:01:59 +0100 Subject: [PATCH] supplement to b80bad8037d4230f7d1d5885b9c011407c997490 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/0b30c8f2c52cf498b9726f7b79f67b98ff135e83 Author: Jacek Jendrzej Date: 2014-01-24 (Fri, 24 Jan 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/nfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/nfs.cpp b/src/gui/nfs.cpp index 76ff59e63..6216884cf 100644 --- a/src/gui/nfs.cpp +++ b/src/gui/nfs.cpp @@ -218,7 +218,7 @@ const CMenuOptionChooser::keyval NFS_TYPE_OPTIONS[NFS_TYPE_OPTION_COUNT] = int CNFSMountGui::menuEntry(int nr) { - int type = g_settings.network_nfs[nr].type; + int &type = g_settings.network_nfs[nr].type; char cmd[9]; char cmd2[9];