[asterisk-bugs] [Asterisk 0014842]: Typo on format wav and wav_gsm ... must read frequency instead of freqency

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Apr 6 18:34:34 CDT 2009


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14842 
====================================================================== 
Reported By:                jvandal
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14842
Category:                   Formats/General
Reproducibility:            N/A
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 186712 
Request Review:              
====================================================================== 
Date Submitted:             2009-04-06 18:34 CDT
Last Modified:              2009-04-06 18:34 CDT
====================================================================== 
Summary:                    Typo on format wav and wav_gsm ... must read
frequency instead of freqency
Description: 
A typo on formats/format_wav.c and formats/format_wav_gsm.c .

We must read :
  ast_log(LOG_WARNING, "Unexpected frequency %d\n", ltohl(freq));

instead of :
  ast_log(LOG_WARNING, "Unexpected freqency %d\n", ltohl(freq));


====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-06 18:34 jvandal        New Issue                                    
2009-04-06 18:34 jvandal        Asterisk Version          => SVN             
2009-04-06 18:34 jvandal        Regression                => No              
2009-04-06 18:34 jvandal        SVN Branch (only for SVN checkouts, not tarball
releases) =>  1.4            
2009-04-06 18:34 jvandal        SVN Revision (number only!) => 186712          
======================================================================




More information about the asterisk-bugs mailing list