mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-15 00:56:03 +01:00
2014-08-15 Fred Gleason <fredg@paravelsystems.com>
* Modified 'conf/Makefile.am' to install 'rd-bin.conf' in $(sysconfdir). * Updated 'INSTALL' to include information about the '--sysconfdir' flag. * Updated 'get_distro.sh' to detect RHEL 7 correctly. * Modified the installation script to work on RHEL 7 in 'rivendell.spec.in'.
This commit is contained in:
@@ -79,7 +79,7 @@ int main(int argc,char *argv[])
|
||||
//
|
||||
// Set Variable Name
|
||||
//
|
||||
for(int j=0;j<strlen(output_name);j++) {
|
||||
for(unsigned j=0;j<strlen(output_name);j++) {
|
||||
if(output_name[j]!='.') {
|
||||
var_name[j]=output_name[j];
|
||||
}
|
||||
@@ -109,7 +109,7 @@ int main(int argc,char *argv[])
|
||||
perror("wrapdat");
|
||||
exit(1);
|
||||
}
|
||||
fprintf(output_desc,"const unsigned char %s[%d] = {\n",
|
||||
fprintf(output_desc,"const unsigned char %s[%ld] = {\n",
|
||||
var_name,stat.st_size+1);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user