Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-05-08 06:26:17 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-05-08 06:26:17 +0400
commit87076dd6725db52293d27a4e62afd0bf2db68d86 (patch)
tree16359db4efce4cc9b57eada69600eed138dbce7b /testupnpdescgen.c
parentc1dd02200d1604cd2aa4df03c9b3e1ac0f8e47e4 (diff)
* Fix ContentDirectory XML description.
Diffstat (limited to 'testupnpdescgen.c')
-rw-r--r--testupnpdescgen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testupnpdescgen.c b/testupnpdescgen.c
index 049c7d1..343e40f 100644
--- a/testupnpdescgen.c
+++ b/testupnpdescgen.c
@@ -110,6 +110,10 @@ main(int argc, char * * argv)
xml_pretty_print(s, l, stdout);
free(s);
printf("\n-------------\n");
+ s = genX_MS_MediaReceiverRegistrar(&l);
+ xml_pretty_print(s, l, stdout);
+ free(s);
+ printf("\n-------------\n");
/*
stupid_test();
*/