]> Pileus Git - ~andy/rsl/blobdiff - examples/qlook.c
Merge branch 'master' into aweather
[~andy/rsl] / examples / qlook.c
index f3a2081411cb65e03f1ae52017fe5c78cff73db2..ec533738cf2aa8f0ec817d2900fa5ea1e961b226 100644 (file)
@@ -681,8 +681,7 @@ int main(int argc, char **argv) {
    Write uf file if requested
 */
     if(make_uf) {
-        sprintf(file_suffix,"uf.gz");
-        sprintf(filename,"%s_%s.%s",site_id, time_string,file_suffix);
+        sprintf(filename,"%s_%s.%s",site_id, time_string,"uf.gz");
         printf("Creating UF file: %s\n", filename);
         make_pathname(filename, ufdir, pathname);
         RSL_radar_to_uf_gzip(radar, pathname);