Build fix for linux appveyor pipeline. Ensure OS package updates are pulled in from server before attempting to pull dependencies.
This commit is contained in:
parent
14766432ae
commit
16af95771d
|
@ -25,6 +25,10 @@ echo '****************************************'
|
||||||
echo '*** Installing Package Dependencies ***'
|
echo '*** Installing Package Dependencies ***'
|
||||||
echo '****************************************'
|
echo '****************************************'
|
||||||
echo '****************************************'
|
echo '****************************************'
|
||||||
|
echo '****************************************'
|
||||||
|
echo 'Install Dependency Updates'
|
||||||
|
echo '****************************************'
|
||||||
|
sudo apt-get --assume-yes update
|
||||||
# Install Lua-5.1 development package
|
# Install Lua-5.1 development package
|
||||||
echo '****************************************'
|
echo '****************************************'
|
||||||
echo 'Install Dependency lua5.1-dev'
|
echo 'Install Dependency lua5.1-dev'
|
||||||
|
|
|
@ -1147,7 +1147,7 @@ void RamWatchDialog_t::saveWatchFile (const char *filename, int append )
|
||||||
void RamWatchDialog_t::loadWatchFile (const char *filename, int append )
|
void RamWatchDialog_t::loadWatchFile (const char *filename, int append )
|
||||||
{
|
{
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
int i, j, a, t, s, isSep, literal;
|
int i, j, a, t, s, isSep, literal=0;
|
||||||
char line[512], stmp[512];
|
char line[512], stmp[512];
|
||||||
ramWatch_t *rw;
|
ramWatch_t *rw;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue