• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisiond1210759cb9a161fa22958e03e3b8e959dfbfbfc (tree)
Time2020-10-01 05:46:21
AuthorSatoshi Yasuda <7m3tjz@jarl...>
CommiterSatoshi Yasuda

Log Message

modified: main.c

Change Summary

Incremental Difference

--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ dmonitor (01.56) unstable; urgency=low
44 * BUF fixed for demega
55 * added node adapter
66
7- -- Satoshi Yasuda <7m3tjz@jarl.com> Thu, 01 Oct 2020 00:30:00 +0900
7+ -- Satoshi Yasuda <7m3tjz@jarl.com> Thu, 01 Oct 2020 05:30:00 +0900
88
99 dmonitor (01.55) unstable; urgency=low
1010
--- a/debian/dmonitor.debhelper.log
+++ b/debian/dmonitor.debhelper.log
@@ -1,2 +1,21 @@
11 dh_update_autotools_config
22 dh_auto_configure
3+dh_auto_build
4+dh_auto_test
5+dh_prep
6+dh_install
7+dh_installdocs
8+dh_installchangelogs
9+dh_perl
10+dh_link
11+dh_strip_nondeterminism
12+dh_compress
13+dh_fixperms
14+dh_missing
15+dh_strip
16+dh_makeshlibs
17+dh_shlibdeps
18+dh_installdeb
19+dh_gencontrol
20+dh_md5sums
21+dh_builddeb
--- a/main.c
+++ b/main.c
@@ -135,7 +135,7 @@ int main(int argc, char *argv[])
135135 if (length <= 0 ) return -1;
136136 pg_path[length] = 0x00;
137137 if (ETagGen (pg_path, MD5_dmonitor) < 0) return 5;
138- memcpy (MD5_dmonitor, "5ebe211107266a57b1af14a7fdcd8480", 32);
138+ //memcpy (MD5_dmonitor, "5ebe211107266a57b1af14a7fdcd8480", 32);
139139
140140 Rp = malloc (sizeof (struct FifoPkt) - 1024);
141141 Wp = Rp;