~ubuntu-branches/ubuntu/trusty/tangogps/trusty

« back to all changes in this revision

Viewing changes to src/gps_functions.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-22 15:48:27 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091122154827-ozkoksne364vm0et
Tags: 0.99.1+debian-1
* Merging upstream version 0.99.1+debian (Closes: #557513).
* Updating README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
633
633
                conn = connect(sock, (struct sockaddr *)&server, sizeof(struct sockaddr));
634
634
                if (conn < 0)
635
635
                {
636
 
                        fprintf(stderr, "connection to gpsd FAILED \n");
 
636
                        
 
637
                        conn = -1;
637
638
                }
638
639
                else
639
640
                {
701
702
void
702
703
map_scale_indicator()
703
704
{
704
 
        printf("%s():\n",__PRETTY_FUNCTION__);
 
705
        
705
706
        
706
707
        
707
708