~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to lib/ogsf/Gs3.c

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
706
706
 
707
707
    cur = buff;
708
708
 
709
 
    G_message(_("Translating colors from raster map <%s>..."), filename);
 
709
    G_message(_("Translating colors from raster map <%s>..."),
 
710
              G_fully_qualified_name(filename, mapset));
710
711
 
711
712
    for (i = 0; i < rows; i++) {
712
713
        G_lookup_colors(cur, r, g, b, set, cols, &colrules);
777
778
    fcur = fbuf;
778
779
    icur = ibuf;
779
780
 
780
 
    G_message(_("Translating colors from raster map <%s>..."), filename);
781
 
 
 
781
    G_message(_("Translating colors from raster map <%s>..."),
 
782
              G_fully_qualified_name(filename, mapset));
 
783
    
782
784
    for (i = 0; i < rows; i++) {
783
785
        G_lookup_f_raster_colors(fcur, r, g, b, set, cols, &colrules);
784
786
        G_percent(i, rows, 2);