File: recode-to-utf8.patch

package info (click to toggle)
osmocom-dahdi-linux 0.0~git20241003.b2ea348-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,996 kB
  • sloc: ansic: 116,373; perl: 2,391; sh: 982; makefile: 357
file content (18 lines) | stat: -rw-r--r-- 937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Andreas Beckmann <anbe@debian.org>
Description: recode to UTF-8

--- a/drivers/dahdi/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_remote_debug.c
+++ b/drivers/dahdi/oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_remote_debug.c
@@ -71,10 +71,10 @@ $Octasic_Revision: 35 $
 Function:		Oct6100RemoteDebug
 
 Description:    This function interprets the remote debugging packets received 
-				by the users software. Commands contained in the packet are 
+				by the user’s software. Commands contained in the packet are 
 				executed by the API. In addition, a response packet is 
 				constructed and returned by the function. It is the responsibility 
-				of the users software to transmit the response packet back to 
+				of the user’s software to transmit the response packet back to 
 				the source of the debugging packet.
 
 -------------------------------------------------------------------------------