]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
another satpos fix for source_info_t
authorJaroslav Kysela <perex@perex.cz>
Wed, 22 Apr 2015 13:37:24 +0000 (15:37 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 22 Apr 2015 13:37:24 +0000 (15:37 +0200)
src/service.c

index 84115fbe18384c32ec989892cabe363660c61401..08f09b3ed329ae32cf2cb3cd4c575f11e104cd42 100644 (file)
@@ -1452,6 +1452,7 @@ service_source_info_copy(source_info_t *dst, const source_info_t *src)
   COPY(mux);
   COPY(provider);
   COPY(service);
+  COPY(satpos);
 #undef COPY
 }