~ubuntu-branches/ubuntu/intrepid/gcalctool/intrepid

« back to all changes in this revision

Viewing changes to gcalctool/calctool.c

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2008-09-03 10:27:20 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20080903102720-8bxajr4bryhrxood
Tags: 5.23.91-0ubuntu1
* new upstream version (LP: #264245)
  - Removal of debian/03-desktop-file.patch since it is included upstream. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
619
619
    v->MPerrors      = FALSE;               /* No error information. */
620
620
    acc              = MAX_DIGITS + 12;     /* MP internal accuracy. */
621
621
    size             = MP_SIZE;
622
 
    mpset(&acc, &size, &size);
 
622
    mpset(acc, size, size);
623
623
 
624
624
    v->error       = 0;            /* No calculator error initially. */    
625
625