Fix SC V10 .dc header
This commit is contained in:
parent
b58ca3d7db
commit
6a07d91701
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ static const unsigned char header_sh[9] = "#!/bin/sh";
|
||||||
static const unsigned char header_slk[10] = "ID;PSCALC3";
|
static const unsigned char header_slk[10] = "ID;PSCALC3";
|
||||||
static const unsigned char header_ram[7] = "rtsp://";
|
static const unsigned char header_ram[7] = "rtsp://";
|
||||||
static const unsigned char header_xml[14] = "<?xml version=";
|
static const unsigned char header_xml[14] = "<?xml version=";
|
||||||
static const unsigned char header_dc[5] = "SC V10";
|
static const unsigned char header_dc[6] = "SC V10";
|
||||||
static const char sign_html[5] = "<html";
|
static const char sign_html[5] = "<html";
|
||||||
|
|
||||||
static void register_header_check_txt(file_stat_t *file_stat)
|
static void register_header_check_txt(file_stat_t *file_stat)
|
||||||
|
|
Loading…
Reference in a new issue