change mysytem char to const char

Origin commit data
------------------
Branch: ni/coolstream
Commit: b9648c8359
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-07-09 14:58:11 +02:00
parent 9070e20b63
commit 70509708f7
2 changed files with 3 additions and 3 deletions

View File

@@ -216,7 +216,7 @@ void CNetworkConfig::commitConfig(void)
}
}
int mysystem(char * cmd, char * arg1, char * arg2)
int mysystem(const char * cmd, const char * arg1, const char * arg2)
{
int i;
pid_t pid;