~phcteam/clinica-project/master

« back to all changes in this revision

Viewing changes to libclinica/LocalFileStore.vala

  • Committer: Leonardo Robol
  • Date: 2018-07-06 15:13:59 UTC
  • Revision ID: leo@robol.it-20180706151359-if12l9vj2v57go6b
Applied a few fixes to make it build with modern Vala. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
                        Path.build_filename (this_id_path, info.get_name ()), true));
139
139
                }
140
140
            } catch (GLib.Error e) {
141
 
                error (_("Error while listing the files for the visit identified by id %d").printf (id));
 
141
                error (_("Error while listing the files for the visit identified by id " + 
 
142
                         Clinica.Utils.U64FMT).printf (id));
142
143
            }
143
144
            
144
145
            return results;