Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270593
Collapse All | Expand All

(-)src/hugin_base/appbase/ProgressDisplayOld.h~ (+1 lines)
Lines 26-31 Link Here
26
#ifndef _APPBASE_POGRESSDISPLAYOLD_H
26
#ifndef _APPBASE_POGRESSDISPLAYOLD_H
27
#define _APPBASE_POGRESSDISPLAYOLD_H
27
#define _APPBASE_POGRESSDISPLAYOLD_H
28
28
29
#include <cstdio>
29
#include <string>
30
#include <string>
30
#include <vector>
31
#include <vector>
31
#include <iostream>
32
#include <iostream>
(-)src/hugin_base/hugin_utils/utils.cpp~ (-1 / +1 lines)
Lines 171-177 Link Here
171
    if (digits < 0) {
171
    if (digits < 0) {
172
        strcpy(fmt,"%f");
172
        strcpy(fmt,"%f");
173
    } else {
173
    } else {
174
        std::sprintf(fmt,"%%.%df",digits);
174
        sprintf(fmt,"%%.%df",digits);
175
    }
175
    }
176
    char c[1024];
176
    char c[1024];
177
    c[1023] = 0;
177
    c[1023] = 0;
(-)src/hugin_base/panodata/PTScriptParsing.h~ (+1 lines)
Lines 25-30 Link Here
25
#ifndef _PANODATA_PTSCRIPTPARSING_H
25
#ifndef _PANODATA_PTSCRIPTPARSING_H
26
#define _PANODATA_PTSCRIPTPARSING_H
26
#define _PANODATA_PTSCRIPTPARSING_H
27
27
28
#include <cstdio>
28
#include <string>
29
#include <string>
29
#include <vigra/diff2d.hxx>
30
#include <vigra/diff2d.hxx>
30
31

Return to bug 270593