File: drvrnet.c.patch

package info (click to toggle)
python-fitsio 1.1.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 884 kB
  • sloc: python: 5,350; ansic: 3,436; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- drvrnet.c	2020-03-03 09:04:34.333712777 -0500
+++ drvrnet_new.c	2020-03-03 09:05:00.523143138 -0500
@@ -1258,7 +1258,7 @@
          if (urlname)
          {
             fprintf(stderr,"Downloading ");
-            fprintf(stderr,urlname);
+            fprintf(stderr,"%s",urlname);
             fprintf(stderr,"...\n");
          }
          isFirst = 0;